Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #644, Remove alignment macros #734

Merged
merged 1 commit into from
Jan 13, 2021

Conversation

skliper
Copy link
Contributor

@skliper skliper commented Jan 4, 2021

Describe the contribution
Fix #644 - removes the non-portable OS_PACK and OS_ALIGNED macros

Testing performed
Built and ran unit tests, no issues (no dependencies in bundle)

Expected behavior changes
None

System(s) tested on

  • Hardware: cFS Dev Server
  • OS: Ubuntu 18.04
  • Versions: Bundle main + this commit

Additional context
None

Third party code
None

Contributor Info - All information REQUIRED for consideration of pull request
Jacob Hageman - NASA/GSFC

@skliper skliper added the CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) label Jan 4, 2021
@astrogeco astrogeco added CCB-20210106 and removed CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) labels Jan 6, 2021
@astrogeco
Copy link
Contributor

CCB 2021-01-06 APPROVED

@astrogeco astrogeco changed the base branch from main to integration-candidate January 13, 2021 02:34
@astrogeco astrogeco merged commit 2f2600f into nasa:integration-candidate Jan 13, 2021
astrogeco added a commit to nasa/cFS that referenced this pull request Jan 13, 2021
@skliper skliper deleted the fix644-rm_pack_align branch February 1, 2021 21:35
@skliper skliper added this to the 6.0.0 milestone Sep 24, 2021
jphickey added a commit to jphickey/osal that referenced this pull request Aug 10, 2022
Makes the SB unit test closer to recommended UT assert patterns

Do not keep a separate "TestStat" state variable outside UT assert.
Do not report separate status messages from the asserts.  Use UT assert.
Do not "reset" in the middle of a test routine, split into separate
test routines where this is done.
No need for "START" and "STARTBLOCK" or "ENDBLOCK".  UT assert has
messages for these test actions.  Each block should be a separate test
routine and then these are unnecessary.
jphickey pushed a commit to jphickey/osal that referenced this pull request Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove OS_PACK define
2 participants